Welcome![Sign In][Sign Up]
Location:
Search - csocket udp

Search list

[Other resourcesocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client / server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 172902 | Author: gong | Hits:

[WinSock-NDISMyudptest

Description: VC 获取本机IP,使用 CSocket类进行 UDP 发送和接收的例子,非常精炼,值得初学者参考,熟练人员作为模板引用。-VC IP access to the machine, use CSocket for sending and receiving UDP example, Refining very worthy reference beginners, skilled personnel cited as a template.
Platform: | Size: 36528 | Author: 宋益波 | Hits:

[CommunicationVideoNet_src

Description: 通讯视频语音,聊天,vc,csocket类,udp连接
Platform: | Size: 228092 | Author: zhoujie_903 | Hits:

[WinSock-NDISdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40633 | Author: 谢红伟 | Hits:

[Windows DevelopServerApp0102

Description: CAsyncSocket Sample client/server
Platform: | Size: 138240 | Author: sun | Hits:

[Internet-Networkudpservermoni

Description: 建立接收socket,将socket和指定的端口绑定 2、创建接收线程,在线程中调用ioctlsocket()判断是否接收到数据,接收到数据时调用OnReceive()(类似CSocket中的OnReceive()) 3、在OnReceive中申请空间调用recvfrom接收数据 4、建立发送socket,和INADDR_ANY绑定 5、调用sendto发送数据 -establishment receiving socket, the socket and designated ports bundled with two to create receive threads, Calling the threads ioctlsocket () to decide whether or not to receive data, to receive information call OnReceive () (similar to the OnReceive CSocket ()) 3, in which the application of space OnReceive call recvfrom four receive data, the establishment of this socket, and INADDR_ANY bundled 5, call sendto send data
Platform: | Size: 8192 | Author: 朱江涛 | Hits:

[VC/MFCsocket_program_guide

Description: 1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 3.6 从套接字类派生 3.7 套接字通知 3.8 一个使用CSocket类的网络通信实例 3.8.1 服务器端应用程序设计(ServerDemo) 3.8.2 客户端应用程序设计(项目名称ClientDemo) 4.套接字的托管实现 4.1 System::Net::Sockets 命名空间 4.2 实例:一个新邮件检查器 -1. Socket Programming Principle 1.1 Client/server communications model Soc Windows 1.2 kets norms 1.3 Socket socket definition 1.3.1 1.3.3 1.3.2 classification socket role 1.3.4 1.3.5 addresses and port interface attributes two sets. Basic programming Windows Sockets API function commonly used 2.1 2.2 2.3 TCP example UDP Socket Communications examples 2.4 blocked three solutions. MFC Socket Programming under the category of Class 3.2 3.1 CAsyncSocket CSocke t Windows Sockets 3.3 categories : filing with the way socket 340 socket communication flow sequence of operation to use 3.5 CAsyncSo cket category 3.6 derived from the socket type 3.8 3.7 socket notice the use of a network of CSocket Communication Liaison example 3.8.1 server application design (ServerDemo) 3.8.2 client Application D
Platform: | Size: 173056 | Author: gong | Hits:

[Internet-NetworkMyudptest

Description: VC 获取本机IP,使用 CSocket类进行 UDP 发送和接收的例子,非常精炼,值得初学者参考,熟练人员作为模板引用。-VC IP access to the machine, use CSocket for sending and receiving UDP example, Refining very worthy reference beginners, skilled personnel cited as a template.
Platform: | Size: 35840 | Author: 宋益波 | Hits:

[CommunicationVideoNet_src

Description: 通讯视频语音,聊天,vc,csocket类,udp连接-Communications video voice, chat, vc, csocket category, udp connections
Platform: | Size: 449536 | Author: zhoujie_903 | Hits:

[Internet-NetworkdllHwSocket

Description: ◆◆◆ 《模仿 MFC 中的 CAsyncSocket 类写的一个网络通信类 CHwSocket》◆◆◆ MFC 中提供两个用于网络编程的类分别为异步的 CAsyncSocket 类和同步的 CSocket 类,这两个类用来编写网络通信程序时非常方便,但也存在一些问题,例如:不能跨线程访问、程序发布时使用静态连接 MFC 时也有问题、默认使用了窗口来接受消息,在无窗口的程序中也有问题,这些问题我一直没有解决,如果有高手知道解决方法敬请告知,我的 E-Mail 地址是:chrys@163.com。 为了编程方便,我这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。 你可以任意修改复制本代码,但请保留这段文字不要修改。 希望我能为中国的软件行业尽一份薄力! ◆◆◆ 作者 ◆◆◆ 谢红伟 · chrys · chrys@163.com · http://www.howa.com.cn ◆◆◆ 日期 ◆◆◆ 2007-09-23 00:29:12
Platform: | Size: 40960 | Author: 谢红伟 | Hits:

[Com PortnetdllHwSocket

Description: 这里将 Socket APIs 封装成一个类似 CAsyncSocket 接口的类,可以在任意线程中访问,也可以静态连接 MFC,另外可控性比 MFC 中的两个Socket类好多了。我还为 CHwSocket 类编写了详细的测试代码,可以进行 TCP 服务器/客户端数据通信,也可以进行 UDP 数据通信,还可以收发 UDP 广播数据报。-Socket APIs are here to package into a similar category CAsyncSocket interface, you can access at any thread can also be connected static MFC, controllable than the other two MFC Class Socket much better. I also CHwSocket category for the preparation of a detailed test code that can be TCP server/client data communications, will be able to conduct UDP data communications, can also send and receive UDP broadcast datagram.
Platform: | Size: 48128 | Author: 张雨 | Hits:

[P2Ptest

Description: 用CSocket类实现的UDP传输程序,适合初学者学习使用。-Class CSocket achieved using UDP transmission process, for beginners learning to use.
Platform: | Size: 1024 | Author: yanxia | Hits:

[Internet-NetworkUDP_Client_Server

Description: 演示在WIN32下使用MFC中的CSocket类进行UDP传输。-Demonstration in the WIN32 use MFC class CSocket in UDP transmission.
Platform: | Size: 90112 | Author: 天边过客 | Hits:

[Windows DevelopVCWinSockProgramming

Description: 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 CSocket 编程之阻塞和非阻塞模式 57 -#define FD_SETSIZE 64? typedef struct fd_set { u_int fd_count /* how many are SET?*/ SOCKET fd_array[FD_SETSIZE] /* an array of SOCKETs*/ } fd_set
Platform: | Size: 190464 | Author: netdavid | Hits:

[Windows DevelopChatRoom(Csocket)

Description: 详细的讲解vc通过CSocket来建立网络通信,可以是UDP和TCP。可以学习下-Vc explain in detail through the CSocket to establish network communication, which can be UDP and TCP. Can learn under the
Platform: | Size: 33792 | Author: peter | Hits:

[Internet-Networkecho

Description: 本示例为基于winsocket中AsyncSelect模型的简单的UDP回送程序。 本工程为vs2005-MFC工程,窗口用的是MFC,使用socket编写(非MFC的CSocket类)。 bin文件夹--->应用程序 src文件夹--->源代码-This example is based on winsocket AsyncSelect model in a simple UDP echo program. This works for vs2005-MFC project, the window with the MFC, write with the socket(not MFC CSocket class). bin folder--->Application src folder---> source code
Platform: | Size: 166912 | Author: zele | Hits:

[Internet-NetworkWINSOCK-UDP

Description: CSocket 基于UDP协议的简单实例,实现了客户端与服务器端的通信-CSocket programming simple example
Platform: | Size: 59392 | Author: lg | Hits:

[Internet-NetworkCsocket

Description: 这是一个实现UDP模式的socket通信的一个类,直接添加到工程中,对应好输入输出参数就可以实现socket通信功能。-This is a class, a socket UDP mode communication directly added to the project, the corresponding input and output parameters can achieve the socket communication functions.
Platform: | Size: 3072 | Author: 王博 | Hits:

[Internet-NetworkCSocket

Description: socket编程,有tcp SOCKET 和udp SOCKET 及文件传输FTP编程-socket programming, the tcp SOCKET, and udp SOCKET and file transfer FTP programming
Platform: | Size: 17268736 | Author: wan_fang | Hits:

[Internet-NetworkChat-CSocket-UDP

Description: 个人第一次使用MFCCSocket类实现UDP 发送接收数据。-Person for the first time using the MFCCSocket class implements the UDP sending and receiving data.
Platform: | Size: 1903616 | Author: 苛刻 | Hits:
« 12 »

CodeBus www.codebus.net